From 7a515ac2e461124b04e37d471c94145c8dce2e34 Mon Sep 17 00:00:00 2001 From: "lynx@idefix.cl.cam.ac.uk" Date: Mon, 16 Dec 2002 13:24:34 +0000 Subject: [PATCH] bitkeeper revision 1.7.3.14 (3dfdd412qR7zghq3YFejlDw0V8arnQ) and more debugging --- xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_core.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_core.c b/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_core.c index 3f5700e700..d8e5397a26 100644 --- a/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_core.c +++ b/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_core.c @@ -191,12 +191,14 @@ struct file_operations dom_mem_ops = { static int dom_map_mem(unsigned int dom, unsigned long pfn, int tot_pages) { + printk(KERN_ALERT "bd240 debug: dom_map_mem: invoked\n"); + int ret = -ENOENT; struct proc_dir_entry * pd = xeno_base->subdir; struct proc_dir_entry * file; proc_memdata_t * memdata; - printk("bd240 debug: dom_map_mem invoked, xeno_base %lx, subdir %lx\n", xeno_base, xeno_base->subdir); + printk(KERN_ALERT "bd240 debug: dom_map_mem invoked, xeno_base %lx, subdir %lx\n", xeno_base, xeno_base->subdir); while(pd != NULL){ -- 2.30.2